Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/215 - Lorem Ipsum Generator/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/215 - Lorem Ipsum Generator/index.html
343 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
script.js /cody/swapnilsparsh/30DaysOfJavaScript/215 - Lorem Ipsum Generator/script.js
210 Views
0 Comments
const form = document.querySelector('#form')
const copy = document.querySelector('.copy')

// handling form
form.addEventListene
style.css /cody/swapnilsparsh/30DaysOfJavaScript/215 - Lorem Ipsum Generator/style.css
150 Views
0 Comments
* {
box-sizing: border-box;
margin: 0;
padding: 0;

}

body {